@font-face {
	font-family: 'hbzhan';  /* Project id 1875012 */
	src: url('//at.alicdn.com/t/c/font_1875012_yghyt0mh2h.woff2?t=1697617261003') format('woff2'),
		 url('//at.alicdn.com/t/c/font_1875012_yghyt0mh2h.woff?t=1697617261003') format('woff'),
		 url('//at.alicdn.com/t/c/font_1875012_yghyt0mh2h.ttf?t=1697617261003') format('truetype');
  }
.hbzhan{
    font-family:"hbzhan" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}
.gray {
	background-color: #f5f5f5;
}
body {
	line-height: 1;
}
.bg {
	background-color: #f5f5f5;
}

.advs {
	position: relative;
	display: block;
}

.advs img {
	display: block;
}

.advs i {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 24px;
	height: 12px;
	background: url("https://public.mtnets.com/Images/public/adv.png") no-repeat;
}
.ease {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.w {
    width: 1400px;
    margin: 0 auto;
}
#header {
	width: 100%;
    height: 40px;
    background-color: #f5f5f5;
}
.header {
    height: 40px;
    line-height: 40px;
    font-size: 0;
}
.divLogin {
	float: left;
}
.divLogin a {
	margin-right: 15px;
	font-size: 14px;
	color: #666;
}
.divLogin a:hover {
	color: #00a498;
}
.header p {
	float: right;
}
.header p a {
	font-size: 14px;
    padding: 0 10px;
	color: #666;
	border-right: 1px solid #ddd;
}
.header p a:last-child {
	padding-right: 0;
	color: #00a498;
	border: 0;
}
.header p a:hover {
	color: #00a498;
}
.header p a i {
	font-size: 14px;
	vertical-align: top;
	margin-right: 2px;
}
/* Tophead */
.Tophead{
	margin: 0 auto;
	position: relative;
}
.Tophead ul{
	position: absolute;
	top: -40px;
	right: 0;
}
.Tophead li{
	float: left;
	height: 40px;
  	position: relative;
}
.Tophead li .ServiceTop {
	height: 40px;
	line-height: 40px;
	padding: 0 12px;
	font-size: 14px;
	position: relative;
}
.Tophead li .ServiceTop::after{
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 12px;
	background-color: #e2e2e2;
}
.Tophead li:last-child .ServiceTop::after{
	display: none;
}
.Tophead li .ServiceTop a{
	color: #666;
}
/* 两个下拉 */
.Tophead li.mobile .ServiceTop a,.Tophead li.weixin .ServiceTop a{
	color: #00a498;
}
.Tophead li .ServiceTop i{
	margin-right: 6px;
}
/* mobile */
.ServiceBot{
	background-color: #fff;
	position: absolute;
	z-index: 99;
	top: 40px;
	right: 0;
	display: none;
	text-align: center;
	z-index: 100001;
	box-sizing: border-box;
}
.ServiceBot1 {
	width: 672px;
	padding: 18px 14px;
	background-image: -moz-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 43%);
	background-image: -webkit-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 43%);
	background-image: -ms-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 43%);
	box-shadow: 0px 10px 20px 0px rgba(150, 153, 158, 0.32);
	border-radius: 0 0 8px 8px;
}
.ServiceBot1 .item {
	float: left;
	width: 25%;
}
.ServiceBot1 .item .image{
	padding: 4px 4px 0;
	border-radius: 8px;
	display: inline-block;
	background-image: -moz-linear-gradient( -90deg, rgb(151,224,228) 0%, rgb(241,179,56) 100%);
	background-image: -webkit-linear-gradient( -90deg, rgb(151,224,228) 0%, rgb(241,179,56) 100%);
	background-image: -ms-linear-gradient( -90deg, rgb(151,224,228) 0%, rgb(241,179,56) 100%);
}
.ServiceBot1 .item .image img{
	width: 130px;
	height: 130px;
	border-radius: 8px;
}
.ServiceBot1 .item .image b{
	height: 24px;
	line-height: 24px;
	font-size: 15px;
	color: #fff;
	display: block;
	text-align: center;
	overflow: hidden;
}
.ServiceBot1 .item p{
	margin-top: 10px;
	height: 16px;
	line-height: 16px;
	font-size: 15px;
	color: #888;
	overflow: hidden;
}
.Tophead li.mobile .hover{
	background-image: -moz-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 43%);
	background-image: -webkit-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 43%);
	background-image: -ms-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 43%);
	box-shadow: 0px 10px 20px 0px rgba(150, 153, 158, 0.32);
}
.Tophead li.mobile .hover::after{
	display: none;
}
/* weixin */
.ServiceBot2{
	height: 220px;
	width: 740px;
	background-image: -moz-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 48%);
	background-image: -webkit-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 48%);
	background-image: -ms-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 48%);
	box-shadow: 0px 10px 20px 0px rgba(150, 153, 158, 0.32);
	border-radius: 0 0 8px 8px;
	overflow: hidden;
}
.ServiceBot2 .gzRight{
	width: 440px;
	border-left: 1px solid #f3f3f3;
	float: right;
}
.ServiceBot2 .gzRight a{
	height: 110px;
	padding: 65px 20px 27px;
	line-height: 18px;
	font-size: 14px;
	color: #333;
	width: 25%;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	float: left;
	cursor: pointer;
}
.ServiceBot2 .gzRight a:nth-child(1)::after,
.ServiceBot2 .gzRight a:nth-child(2)::after,
.ServiceBot2 .gzRight a:nth-child(3)::after,
.ServiceBot2 .gzRight a:nth-child(4)::after{
	position: absolute;
	content:'';
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background-color: #f3f3f3;
}
.ServiceBot2 .gzRight a::before{
	position: absolute;
	content:'';
	top: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	background-color: #f3f3f3;
}
.ServiceBot2 .gzRight a:nth-child(4n)::before{
	display: none;
}
.ServiceBot2 .gzRight a i{
	position: absolute;
	top: 27px;
	left: 50%;
	transform: translateX(-50%);
	width: 28px;
	height: 31px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-1.png) no-repeat;
	background-size: 100% 100%!important;
	display: inline-block;
	vertical-align: top;
}
.ServiceBot2 .gzRight a:nth-child(2) i{
	width: 28px;
	height: 32px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-2.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(3) i{
	width: 28px;
	height: 32px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-3.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(4) i{
	width: 63px;
	height: 28px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-4.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(5) i{
	width: 28px;
	height: 24px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-5.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(6) i{
	width: 41px;
	height: 28px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-6.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(7) i{
	width: 32px;
	height: 32px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-7.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(8) i{
	width: 32px;
	height: 32px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-8.png) no-repeat;
}
.ServiceBot2 .gzRight a.focus,.ServiceBot2 .gzRight a:hover{
	z-index: 999;
	background-color: #fff;
	box-shadow: 0px 2px 12px 0px rgba(40, 40, 40, 0.1);
}
.ServiceBot2 .gzRight a.focus::after,.ServiceBot2 .gzRight a.focus::before{
	display: none;
}
.ServiceBot2 .zgLeft{
	width: 299px;
	height: 100%;
	float: right;
	position: relative;
	display: none;
}
.ServiceBot2 .zgLeft p{
	display: inline-block;
	position: absolute;
	left: 30px;
	top: 50%;
	width: 20px;
	line-height: 28px;
	font-size: 20px;
	color: #c27468;
	transform: translateY(-50%);
}
.ServiceBot2 .zgLeft img{
	position: absolute;
	left: 66px;
	top: 50%;
	transform: translateY(-50%);
	width: 180px;
}
.Tophead li.weixin .hover{
	background-image: -moz-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 48%);
	background-image: -webkit-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 48%);
	background-image: -ms-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 48%);
	box-shadow: 0px 10px 20px 0px rgba(150, 153, 158, 0.32);
}
.Tophead li.weixin .hover::after{
	display: none;
}
/* header--drop */
.header--drop{
	margin: 0 auto;
	position:relative;
}
.header--drop ul {
	position: absolute;
	right: 0;
	top: -40px;
}
.header--drop ul li {
	float: left;
	height: 40px;
	position:relative;
}
.header--drop ul li .weixin{
	height: 40px;
	position:relative;
	color: #00a498;
}
.header--drop ul li.wx a {
	color: #00a498;
}
.header--drop ul li .weixin.hover::before{
	background-color: #fff;
	content:'';
	position:absolute;
	left: 0px;
	top: -2px;
	right: 0px;
	bottom:0;
	height: 45px;
	z-index: 2;
}
.header--drop ul li .weixin.hover{
	background-color: #fff;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}
.header--drop ul li .weixin.hover::after,.header--drop ul li:last-child .weixin::after{
	display: none;
}
.web-code {
	width: 300px;
	padding: 25px 25px 20px 25px;
	background-color: #fff;
	position: absolute;
	z-index: 99;
	top: 36px;
	right: 0;
	background-color: #fff;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
	display: none;
	text-align: center;
	z-index: 101;
}
.web-code1 {
	width: 450px;
	padding: 25px 12px 20px 12px;
}
.web-code .item {
	float: left;
	width: calc(50% - 20px);
	margin: 0 10px;
}
.web-code1 .item {
	width: calc(33.33% - 20px) !important;
}
.web-code img{
	width: 100%;
	height: 100%;
}
.web-code b{
	display: block;
	font-size: 14px;
	padding:18px 0 8px 0;
}
.web-code p{
	color: #999;
}
.header--drop ul li a {
	color: #00a498;
	line-height: 42px;
	display: block;
	padding: 0 10px;
	position: relative;
	z-index: 9;
	font-size: 14px;
	cursor: pointer;
}
.header--drop ul li a i {
	vertical-align: top;
	font-size: 14px;
	margin: 10px 2px 0 0;
}
.header--drop ul li a:hover{
	color: #00a498;
}
.iframe {
	height: 40px;
}
.top {
	background-color: #fff;
	padding: 25px 0;
}
.top .logo {
	float: left;
	margin-top: 10px;
}
.top .search {
	margin-left: 80px;
	float: left;
	margin-top: 5px;
}
.search .form {
	width: 580px;
	height: 44px;
	border-radius: 2px;
	background-color: #f5f5f5;
}
.search .form .select {
	width: 80px;
	height: 100%;
	position: relative;
	float: left;
	border-right: 1px solid #eee;
}
.search .form .select .select-top{
	width: 100%;
	height: 100%;
	position:relative;
}
.search .form .select .select-top p {
	font-size: 14px;
	line-height: 44px;
	cursor: pointer;
	text-indent: 15px;
}
.search .form .select .select-top i {
	position: absolute;
	right: 12px;
	top: 16px;
	font-size: 10px;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}
.search .form .select .select-top.focus i{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.search .form .select .select-bot{
	width: 80px;
	position: absolute;
	background-color: #ffffff;
	top: 42px;
	left: -2px;
	z-index: 99;
	border-top: 2px solid #e6e6e6;
	border-bottom: 2px solid #e6e6e6;
	display: none;
}
.search .form .select .select-bot li {
	line-height: 30px;
	font-size: 14px;
	text-indent: 16px;
	border-left: 2px solid #e6e6e6;
	border-right: 2px solid #e6e6e6;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.search .form .select .select-bot li:hover {
	background-color: #00a498;
	border-left: 2px solid #00a498;
	border-right: 2px solid #00a498;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.search .form input {
	border: none;
	height: 100%;
	width: 443px;
	font-size: 14px;
	color: #aaaaaa;
	float: left;
	text-indent: 15px;
	background-color: #f5f5f5;
}
.search .form input:focus{
	color: #333;
}
.search .form button {
	width: 56px;
	height: 100%;
	border: none;
	background-color: #00a498;
	color: #fff;
	float: right;
	cursor: pointer;
	outline: none;
}
.search .hot-key {
	margin-top: 10px;
	font-size: 0;
}
.search .hot-key b {
	font-size: 14px;
	color: #f1623b;
}
.search .hot-key b i {
	font-size: 14px;
	vertical-align: top;
	margin-right: 4px;
	font-weight: normal;
	margin-top: -1px;
	display: inline-block;
}
.search .hot-key a {
	font-size: 14px;
	color: #999;
	margin-right: 15px;
}
.search .hot-key a:hover {
	color: #00a498;
}
.search .hot-key a:last-child {
	margin-right: 0;
}
.top .top-adv {
	float: right;
	width: 335px;
}
.top .top-adv a {
	display: block;
	height: 0;
	padding-bottom: 23.88%;
	overflow: hidden;
}
.top .top-adv img {
	max-height: none;
}
.nav {
	height: 50px;
	background-color: #00a498;
}
.nav .menu {
	position: relative;
	height: 100%;
}
.nav .menu ul li {
	float: left;
	position: relative;
}
.nav .menu ul li b a {
	color: #fff;
	height: 50px;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	padding: 0 41px;
	display: block;
}
.nav .menu ul li b a:hover,.nav .menu ul li b a.home{
	background-color: #00a498;
}
.nav .menu ul li .menu-top a {
	color: #fff;
	height: 50px;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	padding: 0 35px;
	display: block;
	font-weight: bold;
}
.nav .menu ul li b a:hover {
	background-color: #00b0a3;
}
.nav .menu ul li.hover .menu-top a {
	background-color: #00b0a3;
}
.nav .menu ul li .menu-top a i{
	font-size: 14px;
	margin: 0 0 0 8px;
	vertical-align: top;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	display: inline-block;
	font-weight: normal;
}
.nav .menu ul li.hover .menu-top a i{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.nav .menu ul li.hover .menu-top{
	background-color: #00a498;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.12);
}
.nav .menu ul li .menu-bot{
	position:absolute;
	z-index: 999;
	width: 100%;
	display: none;
	top: 50px;
	left: 0;
	background-color: #fff;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}
.nav .menu ul li .menu-bot p a{
	height: 46px;
	text-align: center;
	font-size: 16px;
	line-height: 46px;
	color: #333;
	display: block;
	position:relative;
}
.nav .menu ul li .menu-bot p a:hover{
	color: #00a498;
	background-color: #d4efed;
}
.nav .menu ul li .menu-bot p a::after{
	content:'';
	position:absolute;
	bottom:0;
	left:16px;
	right: 16px;
	border-bottom:1px dotted #dddddd;
}
.banner-adv {
	margin-top: 0;
	overflow: hidden;
}
.banner-adv ul {
	margin-left: -5px;
	width: calc(100% + 10px);
}
.banner-adv li {
	float: left;
	width: 25%;
}
.banner-adv li a {
	display: block;
	margin: 10px 5px 0 5px;
}
.banner-adv img {
	width: 100%;
}
.banner-adv ul.one li{
	width: 100%;
}
.banner-adv ul.two li{
	width: 50%;
}
.banner-adv ul.three li{
	width: 33.33%;
}
.banner-adv ul.four li{
	width: 25%;
}
.banner-adv ul.five li{
	width: 20%;
}
.banner-adv ul.six li{
	width: 16.66%;
}
.banner-adv li a .bandsContent {
	position: absolute;
	width: 100%;
	height: 0;
	bottom: 0;
	z-index: -1;
	text-align: center;
	padding: 3px;
	box-sizing: border-box;
	background:#00a498;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	overflow: hidden;
}
.banner-adv li a .bandsContent .item {
	height: calc(100% - 2px);
	border: 1px solid #eee;
}
.banner-adv li a .bandsContent b {
	color: #fff;
	font-size: 14px;
	height: 15px;
	line-height: 15px;
	overflow: hidden;
	margin-top: 4px;
	display: block;
}
.banner-adv li a .bandsContent p {
	color: #fff;
	height: 14px;
	line-height: 14px;
	overflow: hidden;
	font-size: 12px;
	margin-top: 4px;
}
.banner-adv li a:hover .bandsContent{
	height: 100%;
	z-index: 9;
}
.main-adv {
	margin-top: 10px;
}
.banner {
	margin-top: 10px;
}
.product-classify {
	width: 240px;
	float: left;
	position: relative;
}
.product-classify .title {
	height: 50px;
	font-size: 18px;
	font-weight: 700;
	line-height: 50px;
	color: #fff;
	background: url('../../../../Images/index-child/Version/2021/green/classify.png') no-repeat 0 0;
	padding-left: 15px;
}
.product-classify .title i {
	margin-right: 10px;
}
.product-classify .title a {
	color: #fff;
}
.product-classify ul {
	background-color: #fff;
}
.product-classify ul li:last-child .class-a {
	border: 0;
	height: 73px;
}
.class-a {
	height: 72px;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	padding: 0 15px;
}
.class-a i {
	font-size: 20px;
	float: left;
	margin: 20px 12px 0 0;
	color: #00a498;
	height: 50px;
}
.class-a p {
	font-size: 16px;
	line-height: 16px;
	overflow: hidden;
	font-weight: 700;
	padding: 20px 0 0 0;
}
.class-a p a {
	color: #00a498;
}
.class-a span {
	font-size: 0;
	height: 13px;
	overflow: hidden;
	display: block;
	margin-top: 10px;
}
.class-a span a {
	color: #999;
	font-size: 13px;
	margin-right: 15px;
}
.class-a span a:hover {
	color: #00a498;
}
.product-classify ul li .class-b {
	width: 805px;
	height: 555px;
	position: absolute;
	z-index: 9999;
	left: 240px;
	top: 0;
	display: none;
	box-sizing: border-box;
}
.class-b-item {
	background: #fff;
	box-shadow: 0px 0px 7px 0px rgba(49, 49, 49, 0.1);
	padding: 15px 20px 0px 15px;
	border: 2px solid #00a498;
	border-left: 0;
	position: relative;
	max-height: 543px;
	overflow-y: auto;
	box-sizing: border-box;
}
.product-classify ul li.hover .class-b {
	display: block;
}
.product-classify ul li.hover .class-a {
	box-shadow: 0px 0px 7px 0px rgba(49, 49, 49, 0.2);
}
.class-b .list-item {
	margin-bottom: 15px;
}
.class-b span {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	padding-bottom: 15px;
	display: block;
	border-bottom: 1px solid #ddd;
}
.class-b p {
	font-size: 14px;
	margin-top: 12px;
	line-height: 32px;
}
.class-b p a {
	color: #666;
	display: inline-block;
	width: calc(20% - 4px);
	border-right: 1px solid #666;
	height: 14px;
	line-height: 14px;
	padding: 0 2px;
	box-sizing: border-box;
	overflow: hidden;
}
.class-b p a:hover {
	color: #00a498;
}
.class-b p a.more {
    float: right;
}
/* .class-b p i:nth-last-of-type(5n) {
	display: none;
} */
.class-b p i {
	margin: 0 2px;
	display: none;
}
.class-b p a:nth-of-type(5n) {
	border: 0;
}
.class-b p a:last-of-type {
	border: 0;
}
/* .class-b p i:last-of-type {
    display: none;
} */
.banner .center {
	float: left;
	margin: 0 20px;
	overflow: hidden;
	width: 785px;
}
.banner .center .bigImg .image {
	height: 0;
	padding-bottom: 52.3%;
	overflow: hidden;
	position: relative;
}
.banner .center .bigImg .image i {
	position: absolute;
	text-align: ;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 90px;
}
.banner .center .bigImg .image:hover i {
	color: #00a498;
}
.banner .center .bigImg .image img {
	max-height: none;
}
.banner .center ul {
	margin-right: -10px;
	margin-top: 10px;
}
.banner .center li {
	float: left;
	width: 33.33%;
}
.banner .center li .image {
	margin-right: 9px;
}
.banner .center li .image a {
	display: block;
	height: 0;
	padding-bottom: 52.5%;
	overflow: hidden;
}
.banner .center li .image img {
	max-height: none;
}
.hot-video {
	overflow: hidden;
	background-color: #fff;
	padding: 0 18px;
}
.hot-video .title {
	font-size: 18px;
	position: relative;
	line-height: 54px;
	background: url(../../../../Images/index-child/Version/2021/hot_video.png) no-repeat 15px center;
}
.hot-video .title b span {
	color: #f1623b;
}
.hot-video .title .more {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #999;
}
.hot-video .title .more:hover {
	color: #00a498;
}
.hot-video ul {
	margin-top: 5px;
	padding-bottom: 18px;
}
.hot-video li:first-of-type {
	margin-top: 0;
}
.hot-video li:first-of-type .image {
	width: 100%;
	float: none;
}
.hot-video li:first-of-type .text p {
	height: 42px;
	line-height: 21px;
	margin-top: 10px;
}
.hot-video li:first-of-type .text span {
	margin-top: 8px;
	display: none;
}
.hot-video li {
	margin-top: 18px;
	overflow: hidden;
}
.hot-video .image {
	width: 121px;
	float: left;
	margin-right: 14px;
	position: relative;
}
.hot-video .image a {
	display: block;
	height: 0;
	padding-bottom: 56%;
	overflow: hidden;
}
.hot-video .image img {
	max-height: none;
}
.hot-video .image b {
	position: absolute;
	left: 0;
	top: 0;
	width: 26px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	background-color: #f1623b;
	color: #fff;
	border-radius: 0 0 5px 0;
	font-size: 12px;
	font-weight: normal;
}
.hot-video .text p {
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.hot-video .text p a {
	color: #333;
}
.hot-video .text p a:hover {
	color: #00a498;
}
.hot-video .text span {
	font-size: 14px;
	color: #999;
	display: block;
	margin-top: 5px;
	overflow: hidden;
}
/* brand start */
.brand {
	padding: 20px 17px 26px;
	border-top: 3px solid #ffc266;
	background:url(/images/index-child/Version/2021/brand-Bg-green.png) no-repeat;
	background-size: 100% 100%;
	margin-top: 20px;
	box-sizing: border-box;
}
/* brands-tab */
.brands-tab p{
	text-align: center;
	padding-bottom: 9px;
	position: relative;
	font-size: 0;
}
.brands-tab a{
	display: inline-block;
	vertical-align: top;
	padding: 6px 25px 6px 6px;
	height: 72px;
	line-height: 60px;
	position: relative;
	border-radius: 35px;
	box-sizing: border-box;
	transition: none;
}
.brands-tab a:nth-child(1){
	margin-right: 35px;
}
.brands-tab a:nth-child(2){
	margin-left: 35px;
}
.brands-tab a span{
	display: inline-block;
	vertical-align: top;
	height: 60px;
	width: 60px;
	margin-right: 14px;
	background-color: #33b6ad;
	position: relative;
	border-radius: 50%;
}
.brands-tab a span em{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background-size: 100% 100%!important;
}
.brands-tab a:nth-child(1) span em{
	width: 34px;
	height: 32px;
	background: url(/images/index-child/Version/2021/public-tab-1.png) no-repeat;
}
.brands-tab a:nth-child(2) span em{
	width: 31px;
	height: 38px;
	background: url(/images/index-child/Version/2021/public-tab-2.png) no-repeat;
}
.brands-tab a b{
	font-size: 28px;
	color: #F9D635;
}
.brands-tab a i{
	display: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -9px;
	width: 20px;
	height: 9px;
	background: url(/images/index-child/Version/2021/public-hover-green.png) no-repeat;
	background-size: 100% 100%;
}
.brands-tab a:nth-child(1)::after{
	position: absolute;
	right: -35px;
	top: 50%;
	transform: translateY(-50%);
	content: "/";
	font-size: 24px;
	color: #7fd9be;
}
.brands-tab a.focus{
	background-color: #00877e;
}
.brands-tab a.focus i{
	display: inline-block;
}
.brands-tab a.focus span{
	background-color: #00a190;
}
.brands-tab a:nth-child(1).focus span em{
	background: url(/images/index-child/Version/2021/public-tab-1-hover.png) no-repeat;
}
.brands-tab a:nth-child(2).focus span em{
	background: url(/images/index-child/Version/2021/public-tab-2-hover.png) no-repeat;
}
/* end */
/* brands-bot */
.brands-bot{
	margin-top: 2px;
	overflow: hidden;
}
.brands-bot li{
	float: left;
	width: 14.28%;
	height: 115px;
	padding: 0 5px;
	margin-top: 10px;
	box-sizing: border-box;
}
.brands-bot li .item {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #fff;
}
.brands-bot li .item img {
	max-width: 90%;
	max-height: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.brands-bot li .item p {
	height: 25px;
	line-height: 25px;
	color: #af7700;
	background-color: #fff1a3;
	overflow: hidden;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	font-size: 14px;
}
.brands-bot li .item a {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
.brands-bot2 li:hover a {
	box-sizing: border-box;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
.brands-bot li:hover p {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
.brands-bot2{
	margin-top: 12px;
	padding: 0 5px 5px;
}
.brands-bot2 ul{
	padding-left: 1px;
	padding-bottom: 1px;
}
.brands-bot2 li{
	width: 12.5%;
	padding: 0;
	border: 1px solid #e6e6e6;
	margin: 0px 0px -1px -1px;
}
/* brand end */
.news {
	margin-top: 35px;
}
.news .cover {
	width: 360px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
	position: relative;
}
.news .gallery-top {
	position: relative;
	display: none;
}
.news .gallery-top .image {
	height: 0;
	padding-bottom: 102.2%;
	overflow: hidden;
}
.news .gallery-top .image img {
	max-height: none;
}
.news .gallery-top .text {
	/* position: absolute;
	bottom: 0;
	left: 0; */
	width: 100%;
	height: 100px;
	background-color: #4e5366;
	color: #fff;
	font-size: 18px;
}
.news .gallery-top .text p {
	line-height: 28px;
	position: absolute;
	margin-top: 54px;
	padding-left: 15px;
	padding-right: 56px;
	height: 28px;
	overflow: hidden;
}
.cover .swiper-container-horizontal > .swiper-pagination-bullets, .cover .swiper-pagination-custom, .cover .swiper-pagination-fraction {
	left: auto;
	width: auto;
	bottom: 18px;
	right: 20px;
	font-size: 20px;
	color: #fff;
	font-style: italic;
	line-height: 28px;
}
.swiper-pagination-current {
	font-style: normal;
	font-size: 28px;
}
.news .gallery-thumbs {
	position: absolute;
	bottom: 60px;
	width: 100%;
	padding-left: 15px;
	box-sizing: border-box;
}
.news .gallery-thumbs .swiper-slide {
	width: 25%;
}
.news .gallery-thumbs .swiper-slide .item {
	background: url(../../../../Images/index-child/Version/2021/coverbg.png) no-repeat;
	height: 80px;
	margin-right: 14px;
	position: relative;
	background-size: 100% auto;
}
.news .gallery-thumbs .swiper-slide .item .box {
	height: 36px;
	line-height: 36px;
	text-align: center;
	overflow: hidden;
	width: calc(100% - 6px);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.news-right .media .image img {
	max-width: 70%;
	max-height: 70%;
}
.news .gallery-thumbs .swiper-slide-thumb-active .item {
	background: url(../../../../Images/index-child/Version/2021/green/coverbg1.png) no-repeat;
	background-size: 100% auto;
}
.news .news-right {
	overflow: hidden;
}
.right {
	width: 320px;
	float: right;
	background-color: #fff;
	margin-left: 20px;
}
.public-title {
	padding: 20px 22px 0;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
}
.public-title span {
	font-size: 20px;
	font-weight: bold;
	padding: 0 5px 15px;
	border-bottom: 3px solid #00a498;
	display: inline-block;
}
.public-title .more {
	font-size: 14px;
	color: #999;
	position: absolute;
	right: 25px;
	top: 23px;
}
.public-title .more:hover {
	color: #00a498;
}
.news-right .media {
	margin-top: 12px;
	padding-bottom: 30px;
}
.news-right .media li {
	padding: 22px 22px;
	border-bottom: 1px dashed #eee;
}
.news-right .media .image {
	width: 56px;
	height: 56px;
	text-align: center;
	line-height: 56px;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
	border-radius: 50%;
	overflow: hidden;
	float: left;
	margin-right: 15px;
	background-repeat: no-repeat;
	background-size: cover;
}
.news-right .media .text {
	overflow: hidden;
	font-size: 14px;
	color: #999;
}
.news-right .media .text p {
	font-size: 16px;
	font-weight: bold;
	height: 16px;
	overflow: hidden;
}
.news-right .media .text p i {
	color: #f1623b;
	font-weight: normal;
	margin-left: 7px;
}
.news-right .media .text p a {
	color: #333;
}
.news-right .media .text p a:hover {
	color: #00a498;
}
.news-right .media .text span {
	display: block;
	margin-top: 10px;
}
.news-right .media .text span i {
	font-size: 14px;
	margin-right: 5px;
	vertical-align: top;
}
.news-right .media li:last-child {
	border-bottom: 0;
}
.news-right .media .more {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 2px;
	background-color: #f6f6f6;
	color: #999;
	font-size: 14px;
	margin: 0 22px;
}
.left {
	overflow: hidden;
}
.public-tab {
	position: relative;
	border-bottom: 1px solid #e6e6e6;
	padding: 20px 30px 0;
	background-color: #fff;
}
.public-tab p {
	font-size: 0;
}
.public-tab p a {
	font-size: 20px;
	color: #999;
	padding: 0 10px 15px;
	margin-right: 45px;
	display: inline-block;
	position: relative;
}
.public-tab p a:last-child {
	margin-right: 0;
}
.public-tab p a i {
	position: absolute;
	bottom: -7px;
	left: 50%;
	transform: translateX(-50%);
	color: #f1623b;
	font-size: 14px;
}
.public-tab span {
	height: 3px;
	background-color: #00a498;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	transform: translateX(-50%);
}
.public-tab span b {
	width: 0;
	height: 14px;
	background: url(../../../../Images/index-child/Version/2021/tab.png) no-repeat;
	position: absolute;
	left: 50%;
	top: -4px;
	margin-left: -9px;
}
.public-tab p a.focus {
	font-weight: bold;
	color: #333;
}
.public-tab p a.focus span {
	width: 100%;
}
.public-tab p a.focus span b {
	width: 18px;
}
.news-bot {
	padding: 25px 30px 30px;
	display: none;
	background-color: #fff;
}
.news-bot .hot {
	background-color: #eaf1f9;
	border: 1px solid #ddeaf9;
	padding: 22px 15px;
	text-align: center;
	height: 20px;
	overflow: hidden;
	margin-bottom: 25px;
}
.news-bot .hot a {
	font-size: 20px;
	font-weight: bold;
	color: #00a498;
	font-family: "Microsoft YaHei";
}
.news-bot .hot i {
	font-size: 20px;
	color: #ee572e;
	margin-right: 7px;
}
.news-bot .news-item {
	margin-top: 25px;
}
.news-bot .news-item .image {
	width: 180px;
	float: left;
	margin-right: 24px;
}
.news-bot .news-item .image a {
	display: block;
	height: 0;
	padding-bottom: 66.66%;
	overflow: hidden;
}
.news-bot .news-item .image img {
	max-height: none;
}
.news-bot .news-item ul {
	overflow: hidden;
}
.news-bot .news-item li {
	font-size: 16px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	margin-top: 24px;
	position: relative;
	padding-right: 40px;
}
.news-bot .news-item li span {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	font-weight: normal;
	color: #999;
}
.news-bot .news-item li a {
	color: #333;
}
.news-bot .news-item li a:hover {
	color: #00a498;
}
.news-bot .news-item li:first-of-type {
	margin-top: 8px;
	font-size: 18px;
	height: 18px;
	font-weight: bold;
	line-height: 18px;
}
.interview {
	margin-top: 35px;
	background: url(../../../../Images/index-child/Version/2021/green/interview.png) no-repeat;
	padding-top: 22px;
	padding-bottom: 40px;
}
.interview .title {
	position: relative;
}
.interview .interview-swiper {
	overflow: hidden;
	margin-top: 20px;
	display: none;
}
.interview .interview-swiper .swiper-slide {
	background-color: #fff;
	box-sizing: border-box;
	border: 2px solid #fff;
}
.interview-swiper .image {
	height: 0;
	padding-bottom: 56%;
	overflow: hidden;
	position: relative;
}
.interview-swiper .image img {
	max-height: none;
}
.interview-swiper .text {
	padding: 20px 15px 30px;
}
.interview-swiper .text p {
	font-size: 18px;
	font-weight: bold;
	height: 18px;
	overflow: hidden;
}
.interview-swiper .text p a {
	color: #333;
}
.interview-swiper .text p a:hover {
	color: #00a498;
}
.interview-swiper .text span {
	font-size: 14px;
	display: block;
	margin-top: 20px;
	height: 14px;
	overflow: hidden;
	color: #999;
}
.interview-swiper .text .label {
	margin-top: 12px;
}
.interview-swiper .text mark {
	display: inline-block;
	padding: 0 4px;
	height: 18px;
	line-height: 18px;
	color: #fff;
	background-color: #f1623b;
	margin-left: 8px;
	vertical-align: top;
}
.interview-swiper .text mark:first-of-type {
	margin-left: 0;
	background-color: #00a498;
}
.interview .swiper-button-next, .interview .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 28px;
	height: 28px;
	margin-top: -9px;
	z-index: 10;
	cursor: pointer;
	background-size: 10px 14px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(255,255,255,.3);
}
.interview .swiper-button-next,.interview .swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23546b69'%2F%3E%3C%2Fsvg%3E");
	right: 0;
	left: auto;
}
.interview .swiper-button-prev, .interview .swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23546b69'%2F%3E%3C%2Fsvg%3E");
	left: auto;
	right: 40px;
}
.interview .swiper-button-next:hover, .interview .swiper-button-prev:hover {
	background-color: #fff;
}
.technology {
	margin-top: 35px;
}
.tech-list {
	padding: 0 24px 30px;
}
.tech-list li {
	margin-top: 20px;
}
.tech-list .tech-top {
	line-height: 28px;
	position: relative;
	height: 28px;
	overflow: hidden;
}
.tech-list .tech-top .image {
	float: left;
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	border: 1px solid #e6e6e6;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 8px;
	background-repeat: no-repeat;
	background-size: cover;
}
.tech-list .tech-top b {
	font-size: 16px;
	display: block;
	overflow: hidden;
	padding-right: 70px;
}
.tech-list .tech-top b a {
	color: #00a498;
}
.tech-list .tech-top span {
	position: absolute;
	font-size: 14px;
	color: #999;
	right: 0;
	top: 0;
}
.tech-list .tech-bottom {
	margin-top: 10px;
	border-radius: 4px;
	padding: 10px 15px;
	background-color: #f6f6f6;
}
.tech-list .tech-bottom p {
	font-size: 14px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
}
.technology-bot {
	padding: 29px 30px;
	background-color: #fff;
	display: none;
}
.tech-left {
	width: 330px;
	float: left;
	margin-right: 40px;
}
.tech-left .image {
	height: 0;
	padding-bottom: 66.66%;
	overflow: hidden;
}
.tech-left .image img {
	max-height: none;
}
.tech-left .text p {
	margin-top: 15px;
	font-size: 16px;
	height: 18px;
	overflow: hidden;
	font-family: "Microsoft YaHei";
	font-weight: bold;
	line-height: 18px;
}
.tech-left .text p a {
	color: #333;
}
.tech-left .text p a:hover {
	color: #00a498;
}
.tech-left .text span {
	font-size: 14px;
	color: #999;
	line-height: 20px;
	height: 40px;
	display: block;
	margin-top: 13px;
	overflow: hidden;
}
.tech-left .text .bottom {
	margin-top: 15px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.tech-left .text mark {
	display: inline-block;
	line-height: 20px;
	padding: 0 5px;
	background-color: #00a498;
	color: #fff;
}
.tech-left .text b {
	font-weight: normal;
	font-size: 14px;
	color: #999;
	float: right;
}
.tech-left .text b em {
	font-style: normal;
	margin-left: 10px;
}
.tech-left .text b i {
	font-size: 14px;
	margin-right: 5px;
}
.tech-right {
	overflow: hidden;
}
.tech-right li {
	padding: 20px 0;
	overflow: hidden;
	border-bottom: 1px dashed #e6e6e6;
	position: relative;
}
.tech-right li:first-of-type {
	padding-top: 12px;
}
.tech-right li:last-child {
	border-bottom: 0;
}
.tech-right li b {
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #00a498;
	left: 10px;
	top: 6px;
}
.tech-right li p {
	position: relative;
	padding: 0 90px 0 25px;
	color: #333;
	font-size: 16px;
	height: 16px;
	overflow: hidden;
}
.tech-right li p a {
	color: #333;
}
.tech-right li p a:hover {
	color: #00a498;
}
.tech-right li span {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #999;
}
.products {
	margin-top: 20px;
}
.products-list {
	padding: 1px 20px 18px;
}
.products-list li {
	margin-top: 20px;
	overflow: hidden;
}
.products-list li .image {
	float: left;
	margin-right: 15px;
	position: relative;
	width: 100px;
}
.products-list li .image a {
	display: block;
	height: 0;
	padding-bottom: 78%;
	overflow: hidden;
}
.products-list li .image img {
	max-height: none;
}
.products-list li .text {
	overflow: hidden;
}
.products-list li .text p {
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.products-list li .text p a {
	color: #333;
}
.products-list li .text p a:hover {
	color: #00a498;
}
.products-list li .text b {
	display: block;
	font-size: 14px;
	color: #f1623b;
	margin-top: 12px;
}
.title-left {
	background: url(../../../../Images/index-child/Version/2021/green/left_title.png) no-repeat;
	height: 60px;
	padding: 0 30px;
	overflow: hidden;
}
.title-left span {
	float: left;
	min-width: 150px;
}
.title-left span img {
	float: left;
	margin: 16px 12px 0 0;
}
.title-left span b {
	display: block;
	overflow: hidden;
	font-size: 20px;
	margin-top: 15px;
}
.title-left span i {
	display: block;
	font-style: normal;
	overflow: hidden;
	font-size: 12px;
	color: #d2d2d2;
	margin-top: 5px;
}
.title-left p {
	float: right;
	line-height: 60px;
	font-size: 0;
}
.title-left p a {
	font-size: 16px;
	color: #999;
	padding: 0 15px;
	border-right: 1px solid #e6e6e6;
}
.title-left p a:last-child {
	padding-right: 0;
	border: 0;
}
.title-left p a:hover,.title-left p a.focus  {
	color: #00a498;
}
.mall-list {
	margin-right: -20px;
	display: none;
}
.mall-list li {
	width: 25%;
	float: left;
	margin-top: 20px;
}
.mall-list li .item {
	margin-right: 20px;
	background-color: #fff;
}
.mall-list li .image {
	width: 190px;
	margin: 0 auto;
}
.mall-list li .image a {
	display: block;
	height: 0;
	padding-bottom: 100%;
	position: relative;
}
.mall-list li .image img {
	max-height: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.mall-list li .text {
	height: 44px;
	line-height: 44px;
	background-color: #00a498;
	font-size: 16px;
	padding: 0 12px;
	position: relative;
}
.mall-list li .text p {
	padding-right: 70px;
	height: 100%;
	overflow: hidden;
}
.mall-list li .text p a {
	color: #fff;
}
.mall-list li .text .inquiry {
	position: absolute;
	right: 0;
	top: 0;
	height: 44px;
	line-height: 44px;
	width: 70px;
	color: #fff;
	background-color: #f67947;
	padding-left: 7px;
	box-sizing: border-box;
}
.mall-list li .text .inquiry i {
	margin-right: 2px;
}
.mall-list li .text .inquiry::after {
	content: '';
	position: absolute;
	left: -15px;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0px 44px 15px;
	border-color: transparent transparent #F67947 transparent;
}
.trade {
	margin-top: 35px;
}
.exhibition-tab span {
	border: 0;
	padding: 0;
}
.exhibition-tab span a {
	margin-right: 20px;
	padding: 0 5px 15px;
	border-bottom: 3px solid transparent;
	color: #999;
}
.exhibition-tab span a.focus {
	border-color: #00a498;
	display: inline-block;
	height: 100%;
	color: #333;
}
.exhibition-bot {
	display: none;
}
.trade-list {
	padding: 10px 20px 30px;
}
.trade-list li {
	margin-top: 18px;
	overflow: hidden;
}
.trade-list .image {
	width: 124px;
	float: left;
	margin-right: 15px;
}
.trade-list .image a {
	display: block;
	height: 0;
	padding-bottom: 56.4%;
	overflow: hidden;
}
.trade-list .image img {
	max-height: none;
}
.trade-list .text {
	overflow: hidden;
}
.trade-list .text p {
	font-size: 16px;
	height: 44px;
	line-height: 22px;
	overflow: hidden;
}
.trade-list .text p a {
	color: #333;
}
.trade-list .text p a:hover {
	color: #00a498;
}
.trade-list .text span {
	display: block;
	font-size: 14px;
	color: #999;
	margin-top: 10px;
}
.trade-show {
	border-top: 1px solid #e6e6e6;
	padding: 28px 30px 30px;
	background-color: #fff;
}
.trade-top {
	overflow: hidden;
}
.trade-top .image-box {
	width: 601px;
	float: left;
	margin-right: 30px;
}
.trade-top .image-box .item {
	height: 0;
	padding-bottom: 56%;
	overflow: hidden;
	overflow: hidden;
}
.trade-top .image-box .item img {
	max-height: none;
}
.trade-top .image-box .image--big {
	width: 400px;
	float: left;
	margin-right: 12px;
}
.trade-top .image-box .image--small {
	overflow: hidden;
}
.trade-top .image-box .image--small .item {
	margin-top: 12px;
}
.trade-top .image-box .image--small .item:first-of-type {
	margin-top: 0;
}
.trade-top ul {
	overflow: hidden;
	font-size: 16px;
}
.trade-top li {
	margin-top: 20px;
	height: 16px;
	overflow: hidden;
}
.trade-top li:first-of-type {
	margin-top: 10px;
}
.trade-top li a {
	color: #333;
}
.trade-top li a:hover {
	color: #00a498;
}
.trade-bottom {
	padding: 26px 30px;
	background-color: #f6f6f6;
	margin-top: 22px;
	overflow: hidden;
}
.trade-bottom ul {
	margin-right: -35px;
}
.trade-bottom li {
	float: left;
	width: 50%;
	margin-top: 22px;
}
.trade-bottom li:nth-child(-n+2) {
	margin-top: 0;
}
.trade-bottom li .item {
	margin-right: 35px;
	overflow: hidden;
}
.trade-bottom li span {
	float: left;
	width: 50px;
	height: 50px;
	background-color: #00a498;
	margin-right: 12px;
	position: relative;
}
.trade-bottom li span::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 50px 0 0;
	border-color: #2daea4 transparent transparent transparent;
}
.trade-bottom li span b {
	position: absolute;
	z-index: 2;
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	white-space: nowrap;
}
.trade-bottom li span strong {
	font-size: 18px;
	display: block;
	margin-bottom: 3px;
}
.trade-bottom li p {
	overflow: hidden;
	font-size: 16px;
	height: 16px;
	padding-top: 4px;
	box-sizing: content-box;
}
.trade-bottom li p a {
	color: #333;
}
.trade-bottom li p a:hover {
	color: #00a498;
}
.trade-bottom li i {
	display: block;
	font-style: normal;
	font-size: 14px;
	color: #999;
	margin-top: 10px;
	height: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.link {
	margin-top: 35px;
	position: relative;
}
.link .join {
	position: absolute;
	right: 24px;
	top: 23px;
	font-size: 14px;
	z-index: 2;
}
.link .join a {
	color: #00a498;
}
.link .join a i {
	font-size: 12px;
	margin-right: 6px;
	vertical-align: top;
}
.link-bot {
	padding: 18px 25px 30px 30px;
	background-color: #fff;
	overflow: hidden;
	display: none;
}
.link-bot ul {
	margin-right: -28px;
}
.link-bot li {
	float: left;
	font-size: 16px;
	margin-right: 28px;
	margin-top: 10px;
}
.link-bot li a {
	color: #333;
}
.link-bot li a:hover {
	color: #00a498;
}
.footer {
	background-color: #333;
	color: #838383;
	padding: 30px 0 25px;
	margin-top: 35px;
	text-align: center;
}
.footer p {
	font-size: 16px;
	color: #444444;
}
.footer p a {
	color: #838383;
	padding: 0 15px;
}
.footer p a:hover {
	color: #00a498;
}
.footer .service {
	margin-top: 18px;
	font-size: 14px;
}
.footer .service span {
	margin-left: 25px;
}
.footer .service span a {
	vertical-align: top;
	display: inline-block;
	margin-left: 10px;
	margin-top: -1px;
}
ul.footImg {
	margin-top: 20px;
	overflow: hidden;
	display: inline-block;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
ul.footImg li {
	width: 92px;
	float: left;
	height: 34px;
	text-align: left;
	background-color: #fff;
	margin-right: 10px;
	padding: 0 8px;
	box-sizing: border-box;
}
ul.footImg li a {
	display: block;
	color: #333;
}
ul.footImg li a:hover {
	/* color: #3fc197; */
}
ul.footImg li img {
	float: left;
	margin-right: 3px;
	margin-top: 6px;
}
ul.footImg li span {
	display: block;
	overflow: hidden;
	line-height: 14px;
	padding-top: 3px;
}

.copyright {
	font-size: 12px;
	color: #838383;
	margin-top: 18px;
	display: block;
}
.copyright a {
	color: #838383;
}
.copyright a:hover {
	color: #00a498;
}
.copyright img {
	margin: -4px 8px 0 15px;
	vertical-align: top;
}
/* 右侧飘窗 */
.backHome {
	width: 54px;
	position: relative;
}

.backHome a.guest,
.backHome a.guest,
.backHome a.price,
.backHome a.rightWx,
.backHome a.back,
.backHome .qq {
	width: 54px;
	height: 19px;
	display: block;
	float: left;
	text-align: center;
	font: normal 11px "Microsoft Yahei", "simhei";
	color: #fff;
	padding: 35px 0px 0 0px;
	margin: 2px 0;
	opacity: 0.7;
	filter: alpha(opacity=70);
	background: url(https://www.hbzhan.com/images/public/rightBar2.png) no-repeat 0 0 #00a498;
	text-decoration: none;
}

.backHome a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.backHome a.guest {
	background: url(https://www.hbzhan.com/images/public/rightBar2.png) no-repeat 0 -114px #00a498;
}

.backHome a.price {
	background: url(https://www.hbzhan.com/images/public/rightBar2.png) no-repeat 0px -57px #00a498;
}


.backHome a.rightWx {
	background: url(https://www.hbzhan.com/images/public/rightBar2.png) no-repeat 0px -222px #00a498;
}

.backHome img {
	position: absolute;
	right: 65px;
	top: 77px;
	max-width: 100px;
	width: 100px;
	height: 100px;
	display: none;
}
.appItem {
	position: absolute;
	right: 80px;
	text-align: center;
	font-size: 16px;
	background-color: #fff;
	width: 168px;
	top: 50px;
	line-height: 18px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	display: none;
}
.appItem .image {
	padding: 14px;
}
.appItem p {
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
	color: #44a631;
	font-weight: bold;
	background: #f5f8f2;
}
.appItem.weixinItem p {
	font-size: 15px;
}
.weixinItem {
	top: 80px;
	width: 348px;
}
.weixinItem .item {
	float: left;
	width: 50%;
	text-align: center;
	border-right: 1px solid #e6e6e6;
	box-sizing: border-box;
}
.weixinItem .image {
	width: 156px;
	height: 156px;
	margin: 0 auto;
	padding: 8px;
}
.weixinItem .item:last-of-type {
	border-right: 0;
}
.weixinItem .image img {
	position: static;
	width: auto;
	height: auto;
	display: block;
	max-width: 100%;
}
.toTop {
	width: 54px;
	height: 54px;
	position: fixed;
	_position: absolute;
	top: 527px;
	_top: expression(eval(document.documentElement.scrollTop+527));
	display: none;
	font: normal 11px "Microsoft Yahei", "simhei";
}

.toTop a,
.toTop a:hover {
	display: block;
	width: 54px;
	height: 19px;
	padding: 35px 0px 0 0px;
	background: url(https://www.hbzhan.com/images/public/rightBar2.png) no-repeat 0px -170px #00a498;
	opacity: 0.6;
	filter: alpha(opacity=60);
	color: #fff;
	text-decoration: none;
	text-align: center;
}

.toTop a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

#goTop {
	position: fixed;
	_position: absolute;
	top: 177px;
	display: block;
	right: 10px;
	z-index: 99999;
}

*html,
* html body {
	background-attachment: fixed;
}

*html #goTop {
	position: absolute;
	right: expression(eval(document.documentElement.scrollLeft+10));
	top: expression(eval(document.documentElement.scrollTop+145));
}

.backHome .qq {
	position: relative;
	z-index: 99999;
	background: url(https://www.hbzhan.com/images/public/rightBar2.png) no-repeat 0px -288px #00a498;
}

.backHome .qq:hover {
	opacity: 1;
	filter: Alpha(Opacity=100);
}

.qqconsult {
	display: none;
	position: absolute;
	left: -170px;
	top: -30px;
	width: 160px;
	padding-right: 10px;
	z-index: 9999;
}

.qqBox {
	width: 140px;
	padding-bottom: 12px;
	background-color: #fff;
	border: #00a498 10px solid;
}

.qqBox h3 {
	width: 138px;
	background-color: #00a498;
	border: #fff 1px solid;
	height: 28px;
}

.qqBox h3 {
	font: 16px/28px "microsoft yahei";
}

.qqBox p {
	margin-left: 8px;
}

.qqBox p span {
	width: 44px;
	margin-top: 10px;
	float: left;
	line-height: 16px;
	color: #333333;
	margin-right: 12px;
	font-family: "microsoft yahei";
}

.qqBox p a {
	margin-top: 10px;
	display: block;
	float: left;
	cursor: pointer;
	border: none;
	height: 16px;
	line-height: 16px;
	width: 68px;
	color: #fff;
	font-family: "microsoft yahei";
	position: relative;
	cursor: pointer;
}
.qqBox p a .QQhover {
	position: absolute;
	left: 0px;
	bottom: 21px;
	border: 1px solid #666;
	border-radius: 4px;
	line-height: 20px;
	color: #333;
	background: rgba(255,255,255,.9);
	display: none;
	cursor: auto;
	font-weight: 700;
	height: 20px;
	width: 100px;
	text-align: center;
}
.qqBox p a .QQhover::after{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 20px;
	content: "QQ:";
}
.qqBox p a:hover .QQhover{
	display: inline-block;
}
.qqBox p a.btn1 {
	background-color: #00a498;
}

.qqBox p a.btn2 {
	background-color: #f26522;
}

.backHome .app {
	width: 54px;
	height: 19px;
	display: block;
	float: left;
	text-align: center;
	font: normal 11px "Microsoft Yahei", "simhei";
	color: #fff;
	padding: 35px 0px 0 0px;
	margin: 2px 0;
	opacity: 0.7;
	filter: alpha(opacity=70);
	background: url(https://www.hbzhan.com/images/public/rightBar2.png) no-repeat 0 -344px #00a498;
	text-decoration: none;
}
.appBot {
	position: absolute;
	top: 0;
	right: 60px;
	display: none;
	width: 120px;
}
.appBot img {
	width: auto;
	height: auto;
	position: static;
	display: block;
	max-width: 100%;
}
@media only screen and (min-width: 1025px) and (max-width:1199px){
	.class-b span {
		font-size: 14px;
		padding-bottom: 10px;
	}
	.class-b p {
		font-size: 12px;
		margin-top: 10px;
		line-height: 28px;
	}
	.w{
		width: 1138px;
	}
	.top .top-adv {
		width: 274px;
	}
	.top .search {
		margin-left: 65px;
	}
	.search .form {
		width: 470px;
		height: 34px;
	}
	.search .form button {
		width: 48px;
	}
	.search .form .select {
		width: 64px;
	}
	.search .form .select .select-top p {
		font-size: 12px;
		line-height: 34px;
		text-indent: 12px;
	}
	.search .form .select .select-top i {
		right: 10px;
		top: 12px;
		font-size: 8px;
	}
	.search .form input {
		width: 357px;
		font-size: 12px;
		text-indent: 15px;
	}
	.search .hot-key b {
		font-size: 12px;
	}
	.search .hot-key b i {
		font-size: 12px;
		margin-top: -1px;
	}
	.search .hot-key a {
		font-size: 12px;
		margin-right: 12px;
	}

	.banner-adv ul {
		margin-right: -18px;
	}
	.banner-adv li a {
	}
	.nav .menu ul li b a {
		height: 42px;
		font-size: 16px;
		line-height: 42px;
		padding: 0 32px;
	}
	.nav .menu ul li .menu-top a i {
		font-size: 12px;
	}
	.nav .menu ul li .menu-top a {
		height: 42px;
		font-size: 16px;
		line-height: 42px;
		padding: 0 24px;
	}
	.nav .menu ul li .menu-bot {
		top: 42px;
	}
	.nav .menu ul li .menu-bot p a {
		height: 40px;
		font-size: 14px;
		line-height: 40px;
	}
	.top .logo {
		width: 202px;
	}
	.nav {
		height: 42px;
	}
	.product-classify {
		width: 195px;
	}
	.banner .center {
		width: 638px;
		margin: 0 17px;
	}
	.hot-video {
		padding: 0 15px;
	}
	.hot-video .title {
		font-size: 15px;
		line-height: 46px;
		background-size: auto 30px;
	}
	.hot-video .title .more {
		font-size: 12px;
	}
	.hot-video .image {
		width: 100px;
		margin-right: 10px;
	}
	.hot-video ul {
		padding-bottom: 18px;
	}
	.hot-video li {
		margin-top: 13px;
	}
	.hot-video .text p {
		font-size: 14px;
		line-height: 18px;
		height: 36px;
	}
	.hot-video li:first-of-type .text p {
		height: 32px;
		margin-top: 10px;
		line-height: 16px;
	}
	.hot-video li:first-of-type .text span {
		margin-top: 5px;
		font-size: 12px;
	}
	.hot-video .text span {
		font-size: 12px;
	}
	.product-classify .title {
		height: 40px;
		font-size: 15px;
		line-height: 40px;
		padding-left: 12px;
	}
	.product-classify .title i {
		font-size: 12px;
		vertical-align: top;
	}
	.class-a {
		height: 59px;
	}
	.product-classify ul li:last-child .class-a {
		height: 59px;
	}
	.class-a span {
		margin-top: 6px;
	}
	.class-a i {
		font-size: 14px;
		margin: 15px 7px 0 12px;
		height: 42px;
	}
	.class-a p {
		padding: 14px 0 0 0;
		font-size: 14px;
	}
	.class-a span a {
		margin-right: 5px;
	}
	.product-classify ul li .class-b {
		width: 655px;
		left: 195px;
		height: 453px;
	}
	.class-b-item {
		max-height: 453px;
	}
	.brand {
		padding: 17px 14px 20px;
		margin-top: 25px;
		border-top: 2px solid #ffc266;
	}
	.brands-tab p {
		padding-bottom: 8px;
	}
	.brands-tab a {
		padding: 5px 16px 5px 5px;
		height: 58px;
		line-height: 48px;
	}
	.brands-tab a span {
		height: 48px;
		width: 48px;
		margin-right: 10px;
	}
	.brands-tab a:nth-child(1) span em {
		width: 28px;
		height: 28px;
	}
	.brands-tab a:nth-child(2) span em {
		width: 25px;
		height: 31px;
	}
	.brands-tab a b {
		font-size: 22px;
	}
	.brands-tab a i {
		bottom: -8px;
		width: 17px;
		height: 8px;
	}
	.brands-tab a:nth-child(1){
		margin-right: 30px;
	}
	.brands-tab a:nth-child(2){
		margin-left: 30px;
	}
	.brands-tab img {
		width: 50px;
		margin-top: 4px;
	}
	.brands-bot {
		margin-top: 2px;
	}
	.brands-bot2 {
		margin-top: 10px;
		padding: 0 4px 4px;
	}
	.brands-bot li {
		height: 93px;
		padding: 0 4px;
		margin-top: 8px;
	}
	.brands-bot2 li{
		padding: 0;
		margin: 0px 0px -1px -1px;
	}
	.brands-bot li .item p {
		height: 24px;
		line-height: 24px;
		font-size: 13px;
	}
	.banner-adv {
		margin-top: 0;
	}
	.banner-adv li a .bandsContent b {
		font-size: 12px;
		margin-top: 2px;
	}
	.banner {
		margin-top: 10px;
	}
	.news {
		margin-top: 30px;
	}
	.news .cover {
		margin-right: 15px;
		width: 290px;
	}
	.news-bot .news-item {
		margin-top: 15px;
	}
	.news .gallery-top .text {
		height: 82px;
		font-size: 14px;
	}
	.news .gallery-top .text p {
		line-height: 22px;
		margin-top: 40px;
		padding-left: 12px;
		padding-right: 45px;
		height: 22px;
	}
	.cover .swiper-container-horizontal > .swiper-pagination-bullets, .cover .swiper-pagination-custom, .cover .swiper-pagination-fraction {
		font-size: 16px;
		line-height: 22px;
		right: 13px;
	}
	.swiper-pagination-current {
		font-size: 22px;
	}
	.news .gallery-thumbs {
		bottom: 49px;
		padding-left: 12px;
	}
	.public-tab {
		padding: 15px 25px 0;
	}
	.public-tab p a {
		font-size: 16px;
		margin-right: 36px;
	}
	.news-bot .hot a {
		font-size: 16px;
	}
	.news-bot .hot i {
		font-size: 16px;
		vertical-align: top;
		margin-top: 1px;
		display: inline-block;
	}
	.news-bot .hot {
		padding: 20px 12px;
		height: 16px;
		margin-bottom: 20px;
	}
	.news-bot .news-item .image {
		width: 148px;
		margin-right: 20px;
	}
	.news-bot .news-item li:first-of-type {
		font-size: 14px;
		height: 14px;
		margin-top: 7px;
		line-height: 14px;
	}
	.public-title {
		padding: 16px 17px 0;
	}
	.news-bot .news-item li {
		font-size: 12px;
		height: 12px;
		line-height: 12px;
		margin-top: 18px;
	}
	.news-bot .news-item li span {
		font-size: 12px;
	}
	.right {
		width: 258px;
		margin-left: 15px;
	}
	.public-title span {
		font-size: 16px;
		padding: 0 5px 11px;
	}
	.news-right .media li {
		padding: 18px 17px;
	}
	.news-right .media .image {
		width: 46px;
		height: 46px;
		line-height: 46px;
		margin-right: 12px;
	}
	.news-right .media .text p {
		font-size: 14px;
		height: 14px;
	}
	.news-right .media .text p i {
		font-size: 12px;
	}
	.news-right .media .text {
		font-size: 12px;
	}
	.news-right .media .text span {
		margin-top: 7px;
	}
	.news-right .media .text span i {
		font-size: 12px;
	}
	.news-right .media .more {
		height: 32px;
		line-height: 32px;
		font-size: 12px;
		margin: 0 17px;
	}

	.news-right .media {
		margin-top: 10px;
		padding-bottom: 22px;
	}
	.news .gallery-thumbs .swiper-slide .item {
		margin-right: 10px;
		height: 67px;
	}
	.news .gallery-thumbs .swiper-slide .item .box {
		height: 32px;
		line-height: 32px;
	}
	.news-bot {
		padding: 20px 26px 20px;
	}
	.interview {
		background: url(../../../../Images/index-child/Version/2021/green/interview.png) no-repeat bottom center;
		padding-top: 13px;
		padding-bottom: 30px;
	}
	.interview .title img {
		width: 125px;
	}
	.interview .swiper-button-next, .interview .swiper-button-prev {
		width: 22px;
		height: 22px;
		background-size: 8px 12px;
	}
	.interview-swiper .text p {
		font-size: 15px;
		height: 15px;
	}
	.interview-swiper .text {
		padding: 15px 14px 24px;
	}
	.interview-swiper .text span {
		font-size: 12px;
		margin-top: 14px;
		height: 12px;
	}
	.interview-swiper .text .label {
		margin-top: 10px;
	}
	.tech-list .tech-top .image {
		width: 24px;
		height: 24px;
		line-height: 24px;
	}
	.tech-list .tech-top b {
		font-size: 14px;
		padding-right: 50px;
	}
	.tech-list .tech-top {
		line-height: 24px;
		height: 24px;
	}
	.technology-bot {
		padding: 20px 24px;
	}
	.tech-list .tech-top span {
		font-size: 12px;
	}
	.tech-left {
		width: 268px;
		margin-right: 35px;
	}
	.tech-left .text p {
		margin-top: 12px;
		font-size: 14px;
		height: 14px;
		line-height: 14px;
	}
	.tech-left .text span {
		font-size: 12px;
		line-height: 17px;
		height: 34px;
		margin-top: 10px;
	}
	.tech-left .text b {
		font-size: 12px;
	}
	.tech-left .text b i {
		font-size: 12px;
	}
	.tech-left .text .bottom {
		margin-top: 12px;
	}
	.tech-right li p {
		padding: 0 90px 0 25px;
		font-size: 14px;
		height: 14px;
	}
	.tech-right li {
		padding: 17px 0;
	}
	.tech-right li span {
		font-size: 12px;
	}
	.tech-list li {
		margin-top: 16px;
	}
	.tech-list {
		padding: 0 17px 22px;
	}
	.technology {
		margin-top: 30px;
	}
	.tech-list .tech-bottom p {
		font-size: 12px;
		line-height: 16px;
		height: 32px;
	}
	.tech-list .tech-bottom {
		padding: 10px 13px;
	}
	.main-adv {
		margin-top: 10px;
	}
	.products {
		margin-top: 20px;
	}
	.products-list li .image {
		margin-right: 10px;
		width: 84px;
	}
	.products-list li .text p {
		font-size: 14px;
		line-height: 20px;
		height: 40px;
	}
	.products-list li .text b {
		font-size: 12px;
		margin-top: 10px;
	}
	.products-list li {
		margin-top: 13px;
	}
	.title-left {
		height: 48px;
		padding: 0 24px;
	}
	.title-left span img {
		margin: 12px 8px 0 0;
		width: 28px;
	}
	.title-left span b {
		margin-top: 10px;
		font-size: 18px;
	}
	.title-left span i {
		margin-top: 3px;
	}
	.title-left p {
		line-height: 48px;
	}
	.title-left p a {
		font-size: 14px;
		padding: 0 12px;
	}
	.products-list {
		padding: 0px 17px 14px;
	}
	.trade .title-left span img {
		margin: 12px 8px 0 0;
		width: 21px;
	}
	.mall-list li .image {
		width: 155px;
	}
	.mall-list li .item {
		margin-right: 12px;
	}
	.mall-list {
		margin-right: -10px;
	}
	.mall-list li .text {
		height: 36px;
		line-height: 36px;
		font-size: 14px;
	}
	.mall-list li .text .inquiry {
		height: 36px;
		line-height: 36px;
		width: 55px;
		padding-left: 4px;
	}
	.mall-list li .text .inquiry i {
		font-size: 14px;
	}
	.mall-list li .text .inquiry::after {
		left: -12px;
		border-width: 0 0px 36px 12px;
	}
	.mall-list li .text p {
		padding-right: 60px;
	}
	.mall-list li {
		margin-top: 12px;
	}
	.trade-list .image {
		width: 100px;
		margin-right: 14px;
	}
	.trade-list .text p {
		font-size: 14px;
		height: 36px;
		line-height: 18px;
	}
	.trade-list .text span {
		margin-top: 5px;
		font-size: 12px;
	}
	.trade-list li {
		margin-top: 12px;
	}
	.trade-list {
		padding: 10px 17px 28px;
	}
	.trade-top .image-box {
		width: 490px;
		margin-right: 24px;
	}
	.trade-top .image-box .image--big {
		width: 324px;
		margin-right: 15px;
	}
	.trade-top ul {
		font-size: 14px;
	}
	.trade-top li {
		margin-top: 17px;
		height: 14px;
	}
	.trade-top li:first-of-type {
		margin-top: 5px;
	}
	.trade-bottom {
		padding: 17px 22px;
		margin-top: 16px;
	}
	.trade-show {
		padding: 22px 24px 27px;
	}
	.trade {
		margin-top: 30px;
	}
	.trade-bottom li span {
		width: 41px;
		height: 41px;
		margin-right: 8px;
	}
	.trade-bottom li span::after {
		border-width: 41px 41px 0 0;
	}
	.trade-bottom li span strong {
		font-size: 14px;
	}
	.trade-bottom li span b {
		font-size: 12px;
	}
	.trade-bottom li p {
		font-size: 14px;
		height: 14px;
		padding-top: 1px;
	}
	.trade-bottom li i {
		font-size: 12px;
		height: 12px;
	}
	.trade-bottom li .item {
		margin-right: 22px;
	}
	.trade-bottom ul {
		margin-right: -22px;
	}
	.trade-bottom li {
		margin-top: 15px;
	}
	.link {
		margin-top: 30px;
	}
	.link .join {
		top: 17px;
		font-size: 12px;
	}
	.link .join a i {
		font-size: 10px;
		margin-right: 4px;
	}
	.link-bot li {
		font-size: 14px;
		margin-right: 22px;
		margin-top: 10px;
	}
	.link-bot {
		padding: 12px 26px 23px 26px;
	}
	.link-bot ul {
		margin-right: -22px;
	}
	.footer p {
		font-size: 14px;
	}
	.footer p a {
		padding: 0 10px;
	}
	.footer .service {
		font-size: 12px;
	}
	.footer .service span {
		margin-left: 16px;
	}
	.footer .service span a {
		margin-top: -3px;
	}
	.copyright {
		margin-top: 15px;
	}
	.footer {
		padding: 25px 0 20px;
		margin-top: 30px;
	}
}
@media only screen and (min-width: 1200px) and (max-width:1399px){
	.w{
		width: 1328px;
	}
	.top .top-adv {
		width: 319px;
	}
	.banner-adv ul {
		margin-right: -18px;
	}
	.banner-adv li a {
	}
	.nav .menu ul li b a {
		padding: 0 36px;
	}
	.product-classify {
		width: 228px;
	}
	.banner .center {
		width: 742px;
	}
	.hot-video {
		padding: 0 20px;
	}
	.hot-video .image {
		width: 116px;
		margin-right: 12px;
	}
	.hot-video ul {
		padding-bottom: 18px;
	}
	.hot-video li {
		margin-top: 15px;
	}
	.hot-video .text p {
		line-height: 22px;
		height: 44px;
	}
	.product-classify .title {
		font-size: 17px;
	}
	.product-classify .title i {
		font-size: 14px;
	}
	.class-a {
		height: 68px;
	}
	.product-classify ul li:last-child .class-a {
		height: 68px;
	}
	.class-a i {
		font-size: 18px;
		margin: 17px 10px 0 15px;
		height: 42px;
	}
	.class-a p {
		padding: 17px 0 0 0;
	}
	.class-a span a {
		margin-right: 12px;
	}
	.product-classify ul li .class-b {
		width: 762px;
		left: 228px;
		height: 526px;
	}
	.class-b-item {
		max-height: 526px;
	}
	.banner-adv {
		margin-top: 0;
	}
	.banner-adv li a .bandsContent b {
		font-size: 12px;
		margin-top: 2px;
	}
	.banner {
		margin-top: 10px;
	}
	.brand {
		padding: 18px 16px 24px;
		margin-top: 30px;
	}
	.brands-tab a {
		padding: 6px 24px 6px 6px;
		height: 68px;
		line-height: 56px;
	}
	.brands-tab a span {
		height: 56px;
		width: 56px;
	}
	.brands-tab a b {
		font-size: 26px;
	}
	.brands-bot {
		margin-top: 1px;
	}
	.brands-bot2 {
		margin-top: 10px;
		padding-bottom: 6px;
	}
	.brands-bot li {
		height: 109px;
	}
	.brands-bot li .item p {
		height: 24px;
		line-height: 24px;
		font-size: 13px;
	}
	.news .cover {
		margin-right: 20px;
		width: 340px;
	}
	.news-bot .news-item {
		margin-top: 17px;
	}
	.news .gallery-top .text {
		height: 95px;
		font-size: 16px;
	}
	.cover .swiper-container-horizontal > .swiper-pagination-bullets, .cover .swiper-pagination-custom, .cover .swiper-pagination-fraction {
		bottom: 14px;
		font-size: 19px;
		line-height: 26px;
	}
	.swiper-pagination-current {
		font-style: normal;
		font-size: 26px;
	}
	.news .gallery-thumbs {
		bottom: 57px;
	}
	.public-tab p a {
		font-size: 19px;
		margin-right: 40px;
	}
	.news-bot .hot a {
		font-size: 18px;
	}
	.news-bot .hot i {
		font-size: 18px;
	}
	.news-bot .news-item .image {
		width: 170px;
		margin-right: 22px;
	}
	.news-bot .news-item li:first-of-type {
		font-size: 16px;
		height: 16px;
		line-height: 18px;
		margin-top: 11px;
	}
	.news-bot .news-item li {
		font-size: 14px;
		height: 14px;
		margin-top: 22px;
	}
	.right {
		width: 300px;
	}
	.public-title span {
		font-size: 18px;
	}
	.news-right .media li {
		padding: 22px 20px 17px;
	}
	.news-right .media {
		margin-top: 10px;
		padding-bottom: 22px;
	}
	.news .gallery-thumbs .swiper-slide .item {
		margin-right: 12px;
		height: 77px;
	}
	.news .gallery-thumbs .swiper-slide .item .box {
		height: 35px;
		line-height: 35px;
	}
	.news-bot {
		padding: 25px 30px 27px;
	}
	.interview {
		background: url(../../../../Images/index-child/Version/2021/green/interview.png) no-repeat bottom center;
		padding-top: 20px;
		padding-bottom: 35px;
	}
	.tech-left {
		width: 314px;
		margin-right: 40px;
	}
	.tech-list {
		padding: 0 24px 24px;
	}
	.main-adv {
		margin-top: 10px;
	}
	.products-list li .image {
		margin-right: 15px;
		width: 94px;
	}
	.products-list li .text p {
		font-size: 16px;
		line-height: 22px;
		height: 44px;
	}
	.products-list li {
		margin-top: 18px;
	}
	.title-left {
		height: 57px;
		padding: 0 26px;
	}
	.title-left span img {
		margin: 14px 10px 0 0;
	}
	.title-left span b {
		margin-top: 11px;
	}
	.title-left p {
		line-height: 56px;
	}
	.title-left p a {
		font-size: 15px;
	}
	.mall-list li .image {
		width: 180px;
	}
	.mall-list li .text {
		height: 42px;
		line-height: 42px;
		font-size: 16px;
	}
	.mall-list li .text .inquiry {
		height: 42px;
		line-height: 42px;
		width: 66px;
	}
	.mall-list li .text .inquiry::after {
		left: -12px;
		border-width: 0 0px 42px 12px;
	}
	.mall-list li .text p {
		padding-right: 60px;
	}
	.mall-list li {
		margin-top: 16px;
	}
	.trade-list .image {
		width: 116px;
	}
	.trade-list .text span {
		margin-top: 6px;
	}
	.trade-list li {
		margin-top: 16px;
	}
	.trade-list {
		padding: 10px 20px 28px;
	}
	.trade-top .image-box {
		width: 572px;
		margin-right: 30px;
	}
	.trade-top .image-box .image--big {
		width: 379px;
		margin-right: 15px;
	}
	.trade-top li:first-of-type {
		margin-top: 5px;
	}
	.trade-bottom {
		padding: 20px 28px;
		margin-top: 21px;
	}
	.trade-show {
		padding: 28px 30px 28px;
	}
	.trade-bottom li span {
		width: 48px;
		height: 48px;
		margin-right: 10px;
	}
	.trade-bottom li span::after {
		border-width: 48px 48px 0 0;
	}
	.trade-bottom li {
		margin-top: 18px;
	}
	.footer p {
		font-size: 15px;
	}
	.footer p a {
		padding: 0 10px;
	}
	.footer .service {
		font-size: 13px;
	}
	.footer .service span {
		margin-left: 16px;
	}
	.footer .service span a {
		margin-top: -3px;
	}
	.copyright {
		margin-top: 15px;
	}
	.footer {
		padding: 30px 0 23px;
	}
}
@media only screen and (min-width: 1400px) and (max-width:1599px){
	.w{
		width: 1400px;
	}

}
@media only screen and (min-width: 1600px) and (max-width:1919px){
	.w{
		width: 1400px;
	}
}
@media only screen and (min-width:1920px){
	.w{
		width: 1400px;
	}
}
@media only screen and (max-width:1024px){
	.class-b span {
		font-size: 14px;
		padding-bottom: 10px;
	}
	.class-b p {
		font-size: 12px;
		margin-top: 10px;
		line-height: 28px;
	}
	.class-b p a {
		min-width: 16%;
	}
	.w{
		width: 1000px;
	}
	.top .top-adv {
		width: 241px;
	}
	.top .search {
		margin-left: 50px;
	}
	.search .form {
		width: 470px;
		height: 34px;
	}
	.search .form button {
		width: 48px;
	}
	.search .form .select {
		width: 64px;
	}
	.search .form .select .select-top p {
		font-size: 12px;
		line-height: 34px;
		text-indent: 12px;
	}
	.search .form .select .select-top i {
		right: 10px;
		top: 12px;
		font-size: 8px;
	}
	.search .form input {
		width: 357px;
		font-size: 12px;
		text-indent: 15px;
	}
	.search .hot-key b {
		font-size: 12px;
	}
	.search .hot-key b i {
		font-size: 12px;
		margin-top: -1px;
	}
	.search .hot-key a {
		font-size: 12px;
		margin-right: 12px;
	}
	.nav {
		height: 38px;
	}
	.banner-adv ul {
		margin-right: -18px;
	}
	.banner-adv li a .bandsContent p {
		margin-top: 0;
	}
	.banner-adv li a {
	}
	.nav .menu ul li b a {
		height: 38px;
		font-size: 14px;
		line-height: 38px;
		padding: 0 28px;
	}
	.nav .menu ul li .menu-top a i {
		font-size: 10px;
		margin: 0 0 0 5px;
	}
	.nav .menu ul li .menu-top a {
		height: 38px;
		font-size: 14px;
		line-height: 38px;
		padding: 0 22px;
	}
	.nav .menu ul li .menu-bot {
		top: 38px;
	}
	.nav .menu ul li .menu-bot p a {
		height: 32px;
		font-size: 12px;
		line-height: 32px;
	}
	.top .logo {
		width: 177px;
	}
	.product-classify {
		width: 172px;
	}
	.banner .center {
		width: 560px;
		margin: 0 15px;
	}
	.hot-video {
		padding: 0 15px;
	}
	.hot-video .title {
		font-size: 14px;
		line-height: 36px;
		background-size: auto 24px;
	}
	.hot-video .title .more {
		font-size: 12px;
	}
	.hot-video .image {
		width: 88px;
		margin-right: 10px;
	}
	.hot-video ul {
		padding-bottom: 12px;
	}
	.hot-video li {
		margin-top: 13px;
	}
	.hot-video .text p {
		font-size: 12px;
		line-height: 15px;
		height: 30px;
	}
	.hot-video li:first-of-type .text p {
		height: 32px;
		line-height: 16px;
	}
	.hot-video li:first-of-type .text span {
		margin-top: 5px;
		font-size: 12px;
	}
	.hot-video .text span {
		font-size: 12px;
	}
	.product-classify .title {
		height: 41px;
		font-size: 14px;
		line-height: 41px;
		padding-left: 7px;
	}
	.product-classify .title i {
		font-size: 10px;
		vertical-align: top;
		margin-right: 5px;
	}
	.class-a {
		height: 51px;
	}
	.product-classify ul li:last-child .class-a {
		height: 51px;
	}
	.class-a span {
		margin-top: 6px;
	}
	.class-a i {
		font-size: 12px;
		margin: 12px 2px 0 6px;
		height: 35px;
	}
	.class-a p {
		padding: 10px 0 0 0;
		font-size: 13px;
	}
	.class-a span a {
		margin-right: 2px;
	}
	.product-classify ul li .class-b {
		width: 575px;
		left: 172px;
		height: 398px;
	}
	.class-b-item{
		max-height: 398px;
	}
	.brand {
		padding: 14px 12.5px 18px;
		margin-top: 25px;
		border-top: 2px solid #ffc266;
	}
	.brands-tab p {
		padding-bottom: 7px;
	}
	.brands-tab a {
		padding: 4px 16px 4px 4px;
		height: 52px;
		line-height: 44px;
	}
	.brands-tab a:nth-child(1){
		margin-right: 28px;
	}
	.brands-tab a:nth-child(2){
		margin-left: 28px;
	}
	.brands-tab a span {
		height: 44px;
		width: 44px;
		margin-right: 10px;
	}
	.brands-tab a:nth-child(1) span em {
		width: 28px;
		height: 28px;
	}
	.brands-tab a:nth-child(2) span em {
		width: 25px;
		height: 31px;
	}
	.brands-tab a b {
		font-size: 20px;
	}
	.brands-tab a i {
		bottom: -7px;
		width: 15px;
		height: 7px;
	}
	.brands-bot {
		margin-top: 0px;
	}
	.brands-bot2 {
		margin-top: 10px;
		padding: 0 3.5px 4px;
	}
	.brands-bot li {
		height: 83px;
		padding: 0 3.5px;
		margin-top: 7px;
	}
	.brands-bot2 li{
		padding: 0;
		margin: 0px 0px -1px -1px;
	}
	.brands-tab img {
		width: 45px;
		margin-top: 4px;
	}
	.brands-bot li .item p {
		height: 18px;
		line-height: 18px;
		font-size: 12px;
	}
	.banner-adv li a .bandsContent b {
		font-size: 12px;
		margin-top: 2px;
	}
	.banner-adv {
		margin-top: 0;
	}
	.banner {
		margin-top: 10px;
	}
	.news {
		margin-top: 28px;
	}
	.news .cover {
		margin-right: 15px;
		width: 255px;
	}
	.news-bot .news-item {
		margin-top: 15px;
	}
	.news .gallery-top .text {
		height: 72px;
		font-size: 12px;
	}
	.news .gallery-top .text p {
		line-height: 22px;
		margin-top: 35px;
		padding-left: 12px;
		padding-right: 45px;
		height: 22px;
	}
	.cover .swiper-container-horizontal > .swiper-pagination-bullets, .cover .swiper-pagination-custom, .cover .swiper-pagination-fraction {
		font-size: 14px;
		line-height: 20px;
		right: 12px;
		bottom: 14px;
	}
	.swiper-pagination-current {
		font-size: 20px;
	}
	.news .gallery-thumbs {
		bottom: 46px;
		padding-left: 12px;
	}
	.public-tab {
		padding: 15px 15px 0;
	}
	.public-tab p a {
		font-size: 14px;
		margin-right: 30px;
		padding: 0 5px 14px;
	}
	.news-bot .hot a {
		font-size: 14px;
	}
	.news-bot .hot i {
		font-size: 14px;
		vertical-align: top;
		margin-top: 1px;
		display: inline-block;
	}
	.news-bot .hot {
		padding: 18px 12px;
		height: 14px;
		margin-bottom: 15px;
	}
	.news-bot .news-item .image {
		width: 132px;
		margin-right: 16px;
	}
	.news-bot .news-item li:first-of-type {
		font-size: 14px;
		height: 14px;
		margin-top: 7px;
		line-height: 14px;
	}
	.news-bot .news-item li span {
		font-size: 12px;
	}
	.public-title {
		padding: 15px 15px 0;
	}
	.news-bot .news-item li {
		font-size: 12px;
		height: 12px;
		line-height: 12px;
		margin-top: 16px;
	}
	.right {
		width: 228px;
		margin-left: 15px;
	}
	.public-title span {
		font-size: 14px;
		padding: 0 5px 11px;
	}
	.news-right .media li {
		padding: 15px 15px;
	}
	.news-right .media .image {
		width: 40px;
		height: 40px;
		line-height: 40px;
		margin-right: 10px;
	}
	.news-right .media .text p {
		font-size: 14px;
		height: 14px;
	}
	.news-right .media .text p i {
		font-size: 12px;
	}
	.news-right .media .text {
		font-size: 12px;
	}
	.news-right .media .text span {
		margin-top: 7px;
	}
	.news-right .media .text span i {
		font-size: 12px;
	}
	.news-right .media .more {
		height: 28px;
		line-height: 28px;
		font-size: 12px;
		margin: 0 15px;
	}
	.news-right .media {
		margin-top: 0;
		padding-bottom: 11px;
	}
	.news .gallery-thumbs .swiper-slide .item {
		margin-right: 10px;
		height: 58px;
	}
	.news .gallery-thumbs .swiper-slide .item .box {
		height: 26px;
		line-height: 26px;
	}
	.news-bot {
		padding: 15px;
	}
	.interview {
		background: url(../../../../Images/index-child/Version/2021/green/interview.png) no-repeat bottom center;
		padding-top: 13px;
		padding-bottom: 30px;
		margin-top: 28px;
	}
	.interview .title img {
		width: 125px;
	}
	.interview .swiper-button-next, .interview .swiper-button-prev {
		width: 22px;
		height: 22px;
		background-size: 8px 12px;
	}
	.interview-swiper .text p {
		font-size: 14px;
		height: 14px;
	}
	.interview-swiper .text {
		padding: 12px 10px 15px;
	}
	.interview-swiper .text span {
		font-size: 12px;
		margin-top: 12px;
		height: 12px;
	}
	.interview-swiper .text .label {
		margin-top: 10px;
	}
	.tech-list .tech-top .image {
		width: 24px;
		height: 24px;
		line-height: 24px;
	}
	.tech-list .tech-top b {
		font-size: 14px;
		padding-right: 50px;
	}
	.tech-list .tech-top {
		line-height: 24px;
		height: 24px;
	}
	.technology-bot {
		padding: 15px 15px;
	}
	.tech-list .tech-top span {
		font-size: 12px;
	}
	.tech-left {
		width: 236px;
		margin-right: 25px;
	}
	.tech-left .text p {
		margin-top: 12px;
		font-size: 14px;
		height: 14px;
		line-height: 14px;
	}
	.tech-left .text span {
		font-size: 12px;
		line-height: 17px;
		height: 34px;
		margin-top: 10px;
	}
	.tech-left .text b {
		font-size: 12px;
	}
	.tech-left .text b i {
		font-size: 12px;
	}
	.tech-left .text .bottom {
		margin-top: 12px;
	}
	.tech-right li p {
		padding: 0 70px 0 25px;
		font-size: 12px;
		height: 12px;
	}
	.tech-right li {
		padding: 15px 0;
	}
	.tech-right li b {
		top: 3px;
	}
	.tech-right li span {
		font-size: 12px;
	}
	.tech-list li {
		margin-top: 8px;
	}
	.tech-list {
		padding: 0 15px 7px;
	}
	.technology {
		margin-top: 28px;
	}
	.tech-list .tech-bottom p {
		font-size: 12px;
		line-height: 16px;
		height: 32px;
	}
	.tech-list .tech-bottom {
		padding: 10px 13px;
	}
	.main-adv {
		margin-top: 10px;
	}
	.products {
		margin-top: 20px;
	}
	.products-list li .image {
		margin-right: 10px;
		width: 74px;
	}
	.products-list li .text p {
		font-size: 12px;
		line-height: 16px;
		height: 32px;
	}
	.products-list li .text b {
		font-size: 12px;
		margin-top: 10px;
	}
	.products-list li {
		margin-top: 13px;
	}
	.title-left {
		height: 42px;
		padding: 0 20px;
	}
	.title-left span img {
		margin: 10px 8px 0 0;
		width: 25px;
	}
	.title-left span b {
		margin-top: 8px;
		font-size: 14px;
	}
	.title-left span i {
		margin-top: 3px;
	}
	.title-left p {
		line-height: 42px;
	}
	.title-left p a {
		font-size: 12px;
		padding: 0 12px;
	}
	.public-title .more {
		font-size: 12px;
		right: 15px;
		top: 15px;
	}

	.products-list {
		padding: 0px 17px 18px;
	}
	.trade .title-left span img {
		margin: 10px 8px 0 0;
		width: 19px;
	}
	.mall-list li .image {
		width: 143px;
	}
	.mall-list li .item {
		margin-right: 12px;
	}
	.mall-list {
		margin-right: -10px;
	}
	.mall-list li .text {
		height: 32px;
		line-height: 32px;
		font-size: 12px;
	}
	.mall-list li .text .inquiry {
		height: 32px;
		line-height: 32px;
		width: 48px;
		padding-left: 3px;
	}
	.mall-list li .text .inquiry i {
		font-size: 12px;
	}
	.mall-list li .text .inquiry::after {
		left: -8px;
		border-width: 0 0px 32px 8px;
	}
	.mall-list li .text p {
		padding-right: 42px;
	}
	.mall-list li {
		margin-top: 12px;
	}
	.trade-list .image {
		width: 88px;
		margin-right: 8px;
	}
	.trade-list .text p {
		font-size: 12px;
		height: 32px;
		line-height: 16px;
	}
	.trade-list .text span {
		margin-top: 5px;
		font-size: 12px;
	}
	.trade-list li {
		margin-top: 12px;
	}
	.trade-list {
		padding: 5px 15px 24px;
	}
	.trade-top .image-box {
		width: 430px;
		margin-right: 15px;
	}
	.trade-top .image-box .image--big {
		width: 284px;
		margin-right: 15px;
	}
	.trade-top ul {
		font-size: 12px;
	}
	.trade-top li {
		margin-top: 14px;
		height: 12px;
	}
	.trade-top li:first-of-type {
		margin-top: 5px;
	}
	.trade-bottom {
		padding: 17px 22px;
		margin-top: 16px;
	}
	.trade-show {
		padding: 15px 17px 17px;
	}
	.trade {
		margin-top: 28px;
	}
	.trade-bottom li span {
		width: 41px;
		height: 41px;
		margin-right: 8px;
	}
	.trade-bottom li span::after {
		border-width: 41px 41px 0 0;
	}
	.trade-bottom li span strong {
		font-size: 14px;
	}
	.trade-bottom li span b {
		font-size: 12px;
	}
	.trade-bottom li p {
		font-size: 14px;
		height: 14px;
		padding-top: 1px;
	}
	.trade-bottom li i {
		font-size: 12px;
		height: 12px;
	}
	.trade-bottom li .item {
		margin-right: 22px;
	}
	.trade-bottom ul {
		margin-right: -22px;
	}
	.trade-bottom li {
		margin-top: 15px;
	}
	.link {
		margin-top: 30px;
	}
	.link .join {
		top: 17px;
		font-size: 12px;
	}
	.link .join a i {
		font-size: 10px;
		margin-right: 4px;
	}
	.link-bot li {
		font-size: 14px;
		margin-right: 22px;
		margin-top: 10px;
	}
	.link-bot {
		padding: 12px 26px 23px 26px;
	}
	.link-bot ul {
		margin-right: -22px;
	}
	.footer p {
		font-size: 14px;
	}
	.footer p a {
		padding: 0 10px;
	}
	.footer .service {
		font-size: 12px;
	}
	.footer .service span {
		margin-left: 16px;
	}
	.footer .service span a {
		margin-top: -3px;
	}
	.copyright {
		margin-top: 15px;
	}
	.footer {
		padding: 25px 0 20px;
		margin-top: 30px;
	}
}
